JavaScript

A5.InkLines Graph Settings Object

Description

Definition of the ink page graph lines.

Properties

stylestring

The style to render the lines in. The default value of "normal" will always render graph lines. A value of "editing" will only render graph lines when editing the ink.

widthnumber

The "ink units" width of the lines.

colorstring

CSS color to use for the graph lines.

sizenumber

The "ink units" size for graph cell.

minornumber

The number of minor lines to draw in each graph cell. The default of "0" will not draw any minor lines.

marginobject

The margins for the graph lines.

topnumber

The "ink units" top margin of the lines.

leftnumber

The "ink units" left margin of the lines.

rightnumber

The "ink units" right margin of the lines.

bottomnumber

The "ink units" bottom margin of the lines.

adjustboolean

Whether or not to dynamically increase the margins so there will not be partial graph cells.